home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / formats / fcesvr / facesave.doc
Text File  |  1980-02-06  |  2KB  |  54 lines

  1.  
  2. >From: lou@usenix.UUCP (Lou Katz)
  3. Newsgroups: comp.graphics
  4. Subject: FaceSaver format Revealed
  5. Message-ID: <312@usenix.UUCP>
  6. Date: 16 Jan 90 08:02:52 GMT
  7. Reply-To: lou@usenix.UUCP (Lou Katz)
  8. Organization: USENIX Association, Berkeley, CA
  9. Lines: 41
  10.  
  11. Format of pictures is:
  12.  
  13.  
  14. An ASCII file containing some or all of the following lines:
  15.     FirstName:
  16.     LastName:
  17.     E-mail:
  18.     Telephone:
  19.     Company:
  20.     Address1:
  21.     Address2:
  22.     CityStateZip:
  23.     Date:
  24.     PicData:         Actual data:  width - height - bits/pixel
  25.     Image:           Should be transformed to: width - height - bits/pixel
  26.     (A REQUIRED Blank line)
  27.  
  28.     Hexified picture  in scanline order, in the form suitable for
  29. printing in postscript. It is unpadded scanlines, I believe left to right.
  30. If it is bottom to top it is due to funny transforms in going from the real
  31. scanned image, which came from a video camera turned on its side! (to get a
  32. portrait aspect ratio).
  33. All the images are 8 bits per pixel, and have been intensity levelled to
  34. use up the full dynamic range (each pixel multiplied by 256/(max - min) and
  35. shifted so that min becomes zero).
  36. I'm sorry about that, I should have put out untransformed data.
  37. The original frame grabbing was off a Targa M8, and the gamma varied due
  38. to a number of real world factors.  Most pictures had a dynamic range in
  39. the 128 - 196 vicinity.
  40.  
  41.  
  42. The line labeled Image: can be used to correct for non-square pixels.
  43. In most cases, there are 108 (non-square) pixels across in the data, but they
  44. would have been 96 pixels across if they were square.  Therefore,
  45. Image: says 96, PicData says 108.
  46.  
  47. Lou Katz
  48. Saver of Lost Faces
  49.  
  50. lou@usenix.org
  51. (415) 530-8870
  52.  
  53.  
  54.